home *** CD-ROM | disk | FTP | other *** search
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- selectedGraphic;
- slist;
- controller;
- graphicView;
- panel;
- };
- SUPERCLASS = Object;
- };
- GrayFancyView = {
- ACTIONS = {
- setGray:;
- setExactGray:;
- };
- OUTLETS = {
- grayViewMatrix;
- };
- SUPERCLASS = GrayView;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GeneralTextInspector = {
- ACTIONS = {
- takeRepresentationFrom:;
- changeBorderType:;
- changeBgGray:;
- changeRepresentation:;
- takeBgGrayFrom:;
- takeAlignmentFrom:;
- takeTextGrayFrom:;
- changeAlignment:;
- ok:;
- changeTextGray:;
- takeBorderTypeFrom:;
- revert:;
- };
- OUTLETS = {
- textInspectorView;
- alignmentMatrix;
- bgGrayMatrix;
- fixedListSuper;
- fixedListHiderView;
- borderTypeMatrix;
- fixedListRepMatrix;
- fixedHoldingView;
- textGrayMatrix;
- };
- SUPERCLASS = Inspector;
- };
- BoxGraphicInspector = {
- ACTIONS = {
- changeBgGrayWithMatrix:;
- changeBgGray:;
- changeBorderCol:;
- changeBoxType:;
- changeBgColor:;
- changeBorderGray:;
- changeUseCustom:;
- changeBorderGrayWithMatrix:;
- };
- OUTLETS = {
- borderGraySlider;
- box2;
- bgGrayMatrix;
- text2;
- box1;
- borderGrayMatrix;
- styleIsCustomSwitch;
- bgColorWell;
- bgGraySlider;
- text1;
- borderColorWell;
- boxTypeMatrix;
- };
- SUPERCLASS = Inspector;
- };
- GrayView = {
- ACTIONS = {
- setGray:;
- };
- OUTLETS = {
- grayViewSlider;
- };
- SUPERCLASS = View;
- };
-